Fix CMake configuration warnings
authorKai Pastor <dg0yt@darc.de>
Sun, 14 Apr 2024 15:01:15 +0000 (17:01 +0200)
committerAdrian Bunk <bunk@debian.org>
Tue, 11 Nov 2025 14:36:07 +0000 (16:36 +0200)
Gbp-Pq: Name 0001-Fix-CMake-configuration-warnings.patch

3rd-party/cove/tests/CMakeLists.txt

index b4a9786ddef6c438d551a3f6807e278e2b31e046..8fc3c12f508cbeea8b4f63abc523568ccc012535 100644 (file)
@@ -1,7 +1,3 @@
-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
-
-# project(CoveTests)
-
 find_package(Qt5Core ${Qt5Core_VERSION} REQUIRED)
 find_package(Qt5Gui ${Qt5Core_VERSION} REQUIRED)
 find_package(Qt5Test ${Qt5Core_VERSION} REQUIRED)